<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Sæ‰‹æœºç«¯*/
.box20240902011734_wai_kuang{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;	
}
.box20240902011734{
	width: 100%;
	display: flex;
	gap:20px 20px;/*è¡Œåˆ—é—´è·*/
	flex-wrap: wrap;
	justify-content:center;
}
/*è®¾ç½®åˆ—æ•°æ®*/
.box20240902011734_1{
display: flex;
flex-wrap: wrap;
overflow-y: hidden;
padding: 0px;
width: 220px;
height: 200px;
}
/*Eæ‰‹æœºç«¯*/

/*Séžæ‰‹æœºç«¯*/
@media (min-width: 1200px){
	.box20240902011734 {
		justify-content: space-between;/*ä¸¤ç«¯å¯¹é½*/
	}
}
</pre></body></html>